home *** CD-ROM | disk | FTP | other *** search
/ Dos/V Magazine 1995 September 1 / CD [VMAG950901].bin / theway / contentp.dir / 00019.ls < prev    next >
Encoding:
Text File  |  1995-07-13  |  287 b   |  14 lines

  1. on enterFrame
  2.   abort()
  3. end
  4.  
  5. on exitFrame
  6.   global movielist
  7.   puppetSprite(5, 1)
  8.   set GOERset to the castNum of sprite 5 - 800
  9.   if (GOERset > 0) and (GOERset < count(movielist)) then
  10.     setAt(movielist, count(movielist), GOERset)
  11.     go("st", getAt(movielist, GOERset))
  12.   end if
  13. end
  14.